home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 1) (1997).iso / intros / 64k / revolt / sources / chlopki / chlop.as3 next >
Text File  |  1996-01-23  |  521b  |  35 lines

  1.  
  2.  
  3. rolnik:
  4.         lea    edi,screen
  5.         add    edi,5120+65
  6.         mov    ecx,21
  7.     @chl2:    push     ecx edi
  8.         mov    ecx,21
  9.     @chl1:    push    ecx
  10.         mov    al,[esi]
  11.         or    al,al
  12.         jz    nexx
  13.         mov    al,3bh    ;color chÆopka
  14.         push    edi
  15.         mov    ecx,8
  16.     @oo:    push    ecx edi
  17.         mov    ecx,9
  18.         rep    stosb
  19.         pop    edi ecx
  20.         add    edi,320
  21.         loop    @oo
  22.         pop    edi
  23.     nexx:    add    edi,9
  24.         inc    esi
  25.         pop    ecx
  26.         loop    @chl1        
  27.         pop    edi ecx
  28.         add    edi,320*8
  29.         loop    @chl2
  30.         ret
  31.  
  32.     chlop1:    include CHLOPKI\chlop1
  33.     chlop2:    include CHLOPKI\chlop2
  34.     chlop3:    include CHLOPKI\chlop3
  35.